DX11 SET SAMPLER STATE COMPARISON FUNCTION
Sets the comparison function that is used to compare sampled data to existing sampled data.
Valid function values map directly to the D3D11_COMOPARISON_FUNC enumeration you can find described on MSDN.
DX11 SET SAMPLER STATE COMPARISON FUNCTION samplerState, comparisonFunc
samplerState
Dword
The sampler state to set the comparison function of.
comparisonFunc
Dword
The identifier of the comparison function to set for the given sampler state.
This function does not return a value.
SAMPLERSTATE Functions Menu
DX11 Function Categories